Html Css Color HEX #695C04 Raw Umber

📋 copy color: '#695C04'

red 105 ◦ green 92 ◦ blue 4

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

Shades of Raw Umber #695C04

Tints of Raw Umber #695C04

RGB

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

 GREEN value IS 92 (36.33% from 255) = 45.77%

 BLUE value IS 4 (1.95% from 255) = 1.99%

R = 52.24%
G = 45.77%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#695C04 (or 0x695C04) is known color: Raw Umber. HEX triplet: 69, 5C and 04. RGB value is (105,92,4). Sum of RGB (Red+Green+Blue) = 105+92+4=201 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.24% from 201); Green value is 92 (36.33% from 255 or 45.77% from 201); Blue value is 4 (1.95% from 255 or 1.99% from 201); Max value from RGB is 105 - color contains mainly: red. Hex color #695C04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695C04 is #96A3FB. Grayscale: #565656. Windows color (decimal): -9872380 or 285801. OLE color: 285801.

HSL color Cylindrical-coordinate representation of color #695C04: hue angle of 52.28º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #695C04 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 92 4 -
CMYK 0 0.12 0.96 0.59
HSL 52.28º 0.93% 0.21% -
HSV(B) 52.28º 0.96% 0.41% -
XYZ 9.67 10.67 1.66 -
YUV 85.86 81.81 141.66 -
System Red Green Blue C M Y K H S L
Decimal 105 92 4 0 0.12 0.96 0.59 52.28 0.93 0.21
Hex 69 5C 4 0 C 60 3B 34 5D 15
Octal 151 134 4 0 14 140 73 64 135 25
Binary 1101001 1011100 100 0 1100 1100000 111011 110100 1011101 10101

Color Harmonies of #695C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695C04

Black with #695C04

Text Example


Text Example

White with #695C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695C04; }

 p { color: rgb(105,92,4); }

 H1.HeaderClassName
 {
   color: #695C04;
 }
 .AnyTagClassName
 {
   color: #695C04;
 }
</style>

background-color css

<style>
 a { background-color: #695C04; }

 a { background-color: rgb(105,92,4); }

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

border-color css

<style>
 span { border-color: #695C04; }

 span { border-color: rgb(105,92,4); }

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