Html Css Color HEX #67420C Raw Umber

📋 copy color: '#67420C'

red 103 ◦ green 66 ◦ blue 12

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

Shades of Raw Umber #67420C

Tints of Raw Umber #67420C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 36.46%

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

R = 56.91%
G = 36.46%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.60

RGB Variations

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

Color information

#67420C (or 0x67420C) is known color: Raw Umber. HEX triplet: 67, 42 and 0C. RGB value is (103,66,12). Sum of RGB (Red+Green+Blue) = 103+66+12=181 (23% of max value = 765). Red value is 103 (40.62% from 255 or 56.91% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 12 (5.08% from 255 or 6.63% from 181); Max value from RGB is 103 - color contains mainly: red. Hex color #67420C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #67420C is #98BDF3. Grayscale: #474747. Windows color (decimal): -10010100 or 803431. OLE color: 803431.

HSL color Cylindrical-coordinate representation of color #67420C: hue angle of 35.6º 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 #67420C is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 66 12 -
CMYK 0 0.36 0.88 0.60
HSL 35.6º 0.79% 0.23% -
HSV(B) 35.6º 0.88% 0.4% -
XYZ 7.61 6.81 1.26 -
YUV 70.91 94.76 150.89 -
System Red Green Blue C M Y K H S L
Decimal 103 66 12 0 0.36 0.88 0.60 35.6 0.79 0.23
Hex 67 42 C 0 24 58 3C 24 4F 17
Octal 147 102 14 0 44 130 74 44 117 27
Binary 1100111 1000010 1100 0 100100 1011000 111100 100100 1001111 10111

Color Harmonies of #67420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67420C

Black with #67420C

Text Example


Text Example

White with #67420C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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