Html Css Color HEX #69420F Raw Umber

📋 copy color: '#69420F'

red 105 ◦ green 66 ◦ blue 15

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

Shades of Raw Umber #69420F

Tints of Raw Umber #69420F

RGB

 RED value IS 105 (41.41% from 255) = 56.45%

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

 BLUE value IS 15 (6.25% from 255) = 8.06%

R = 56.45%
G = 35.48%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.59

RGB Variations

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

Color information

#69420F (or 0x69420F) is known color: Raw Umber. HEX triplet: 69, 42 and 0F. RGB value is (105,66,15). Sum of RGB (Red+Green+Blue) = 105+66+15=186 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.45% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 15 (6.25% from 255 or 8.06% from 186); Max value from RGB is 105 - color contains mainly: red. Hex color #69420F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #69420F is #96BDF0. Grayscale: #484848. Windows color (decimal): -9879025 or 1000041. OLE color: 1000041.

HSL color Cylindrical-coordinate representation of color #69420F: hue angle of 34º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #69420F is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 66 15 -
CMYK 0 0.37 0.86 0.59
HSL 34º 0.75% 0.24% -
HSV(B) 34º 0.86% 0.41% -
XYZ 7.86 6.93 1.38 -
YUV 71.85 95.92 151.65 -
System Red Green Blue C M Y K H S L
Decimal 105 66 15 0 0.37 0.86 0.59 34 0.75 0.24
Hex 69 42 F 0 25 56 3B 22 4B 18
Octal 151 102 17 0 45 126 73 42 113 30
Binary 1101001 1000010 1111 0 100101 1010110 111011 100010 1001011 11000

Color Harmonies of #69420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69420F

Black with #69420F

Text Example


Text Example

White with #69420F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69420F; }

 p { color: rgb(105,66,15); }

 H1.HeaderClassName
 {
   color: #69420F;
 }
 .AnyTagClassName
 {
   color: #69420F;
 }
</style>

background-color css

<style>
 a { background-color: #69420F; }

 a { background-color: rgb(105,66,15); }

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

border-color css

<style>
 span { border-color: #69420F; }

 span { border-color: rgb(105,66,15); }

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