Html Css Color HEX #67530C Raw Umber

📋 copy color: '#67530C'

red 103 ◦ green 83 ◦ blue 12

#67530C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #67530C

Tints of Raw Umber #67530C

RGB

 RED value IS 103 (40.63% from 255) = 52.02%

 GREEN value IS 83 (32.81% from 255) = 41.92%

 BLUE value IS 12 (5.08% from 255) = 6.06%

R = 52.02%
G = 41.92%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.60

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#67530C (or 0x67530C) is known color: Raw Umber. HEX triplet: 67, 53 and 0C. RGB value is (103,83,12). Sum of RGB (Red+Green+Blue) = 103+83+12=198 (26% of max value = 765). Red value is 103 (40.62% from 255 or 52.02% from 198); Green value is 83 (32.81% from 255 or 41.92% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 103 - color contains mainly: red. Hex color #67530C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #67530C is #98ACF3. Grayscale: #515151. Windows color (decimal): -10005748 or 807783. OLE color: 807783.

HSL color Cylindrical-coordinate representation of color #67530C: hue angle of 46.81º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #67530C is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 83 12 -
CMYK 0 0.19 0.88 0.60
HSL 46.81º 0.79% 0.23% -
HSV(B) 46.81º 0.88% 0.4% -
XYZ 8.75 9.1 1.64 -
YUV 80.89 89.13 143.77 -
System Red Green Blue C M Y K H S L
Decimal 103 83 12 0 0.19 0.88 0.60 46.81 0.79 0.23
Hex 67 53 C 0 13 58 3C 2F 4F 17
Octal 147 123 14 0 23 130 74 57 117 27
Binary 1100111 1010011 1100 0 10011 1011000 111100 101111 1001111 10111

Color Harmonies of #67530C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67530C

Black with #67530C

Text Example


Text Example

White with #67530C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67530C; }

 p { color: rgb(103,83,12); }

 H1.HeaderClassName
 {
   color: #67530C;
 }
 .AnyTagClassName
 {
   color: #67530C;
 }
</style>

background-color css

<style>
 a { background-color: #67530C; }

 a { background-color: rgb(103,83,12); }

 div.DivClassName
 {
   background-color: #67530C;
 }
 .BgClassName
 {
   background-color: #67530C;
 }
</style>

border-color css

<style>
 span { border-color: #67530C; }

 span { border-color: rgb(103,83,12); }

 td.TdClassName
 {
   border-color: #67530C;
 }
 .TagClassName
 {
   border-color: #67530C;
 }
</style>