Html Css Color HEX #694C05 Raw Umber

📋 copy color: '#694C05'

red 105 ◦ green 76 ◦ blue 5

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

Shades of Raw Umber #694C05

Tints of Raw Umber #694C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.69%

R = 56.45%
G = 40.86%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.59

RGB Variations

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

Color information

#694C05 (or 0x694C05) is known color: Raw Umber. HEX triplet: 69, 4C and 05. RGB value is (105,76,5). Sum of RGB (Red+Green+Blue) = 105+76+5=186 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.45% from 186); Green value is 76 (30.08% from 255 or 40.86% from 186); Blue value is 5 (2.34% from 255 or 2.69% from 186); Max value from RGB is 105 - color contains mainly: red. Hex color #694C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694C05 is #96B3FA. Grayscale: #4C4C4C. Windows color (decimal): -9876475 or 347241. OLE color: 347241.

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

Color convert

RGB 105 76 5 -
CMYK 0 0.28 0.95 0.59
HSL 42.6º 0.91% 0.22% -
HSV(B) 42.6º 0.95% 0.41% -
XYZ 8.44 8.18 1.28 -
YUV 76.58 87.61 148.27 -
System Red Green Blue C M Y K H S L
Decimal 105 76 5 0 0.28 0.95 0.59 42.6 0.91 0.22
Hex 69 4C 5 0 1C 5F 3B 2B 5B 16
Octal 151 114 5 0 34 137 73 53 133 26
Binary 1101001 1001100 101 0 11100 1011111 111011 101011 1011011 10110

Color Harmonies of #694C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694C05

Black with #694C05

Text Example


Text Example

White with #694C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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