Html Css Color HEX #694B05 Raw Umber

📋 copy color: '#694B05'

red 105 ◦ green 75 ◦ blue 5

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

Shades of Raw Umber #694B05

Tints of Raw Umber #694B05

RGB

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

 GREEN value IS 75 (29.69% from 255) = 40.54%

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

R = 56.76%
G = 40.54%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0.59

RGB Variations

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

Color information

#694B05 (or 0x694B05) is known color: Raw Umber. HEX triplet: 69, 4B and 05. RGB value is (105,75,5). Sum of RGB (Red+Green+Blue) = 105+75+5=185 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.76% from 185); Green value is 75 (29.69% from 255 or 40.54% from 185); Blue value is 5 (2.34% from 255 or 2.70% from 185); Max value from RGB is 105 - color contains mainly: red. Hex color #694B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694B05 is #96B4FA. Grayscale: #4C4C4C. Windows color (decimal): -9876731 or 346985. OLE color: 346985.

HSL color Cylindrical-coordinate representation of color #694B05: hue angle of 42º 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 #694B05 is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 75 5 -
CMYK 0 0.29 0.95 0.59
HSL 42º 0.91% 0.22% -
HSV(B) 42º 0.95% 0.41% -
XYZ 8.37 8.05 1.26 -
YUV 75.99 87.94 148.69 -
System Red Green Blue C M Y K H S L
Decimal 105 75 5 0 0.29 0.95 0.59 42 0.91 0.22
Hex 69 4B 5 0 1D 5F 3B 2A 5B 16
Octal 151 113 5 0 35 137 73 52 133 26
Binary 1101001 1001011 101 0 11101 1011111 111011 101010 1011011 10110

Color Harmonies of #694B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694B05

Black with #694B05

Text Example


Text Example

White with #694B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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