Html Css Color HEX #694C07 Raw Umber

📋 copy color: '#694C07'

red 105 ◦ green 76 ◦ blue 7

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

Shades of Raw Umber #694C07

Tints of Raw Umber #694C07

RGB

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

 GREEN value IS 76 (30.08% from 255) = 40.43%

 BLUE value IS 7 (3.13% from 255) = 3.72%

R = 55.85%
G = 40.43%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.59

RGB Variations

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

Color information

#694C07 (or 0x694C07) is known color: Raw Umber. HEX triplet: 69, 4C and 07. RGB value is (105,76,7). Sum of RGB (Red+Green+Blue) = 105+76+7=188 (24% of max value = 765). Red value is 105 (41.41% from 255 or 55.85% from 188); Green value is 76 (30.08% from 255 or 40.43% from 188); Blue value is 7 (3.12% from 255 or 3.72% from 188); Max value from RGB is 105 - color contains mainly: red. Hex color #694C07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694C07 is #96B3F8. Grayscale: #4D4D4D. Windows color (decimal): -9876473 or 478313. OLE color: 478313.

HSL color Cylindrical-coordinate representation of color #694C07: hue angle of 42.24º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #694C07 is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 76 7 -
CMYK 0 0.28 0.93 0.59
HSL 42.24º 0.88% 0.22% -
HSV(B) 42.24º 0.93% 0.41% -
XYZ 8.45 8.19 1.34 -
YUV 76.81 88.61 148.11 -
System Red Green Blue C M Y K H S L
Decimal 105 76 7 0 0.28 0.93 0.59 42.24 0.88 0.22
Hex 69 4C 7 0 1C 5D 3B 2A 58 16
Octal 151 114 7 0 34 135 73 52 130 26
Binary 1101001 1001100 111 0 11100 1011101 111011 101010 1011000 10110

Color Harmonies of #694C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694C07

Black with #694C07

Text Example


Text Example

White with #694C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694C07; }

 p { color: rgb(105,76,7); }

 H1.HeaderClassName
 {
   color: #694C07;
 }
 .AnyTagClassName
 {
   color: #694C07;
 }
</style>

background-color css

<style>
 a { background-color: #694C07; }

 a { background-color: rgb(105,76,7); }

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

border-color css

<style>
 span { border-color: #694C07; }

 span { border-color: rgb(105,76,7); }

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