Html Css Color HEX #6F6425 Himalaya

📋 copy color: '#6F6425'

red 111 ◦ green 100 ◦ blue 37

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

Shades of Himalaya #6F6425

Tints of Himalaya #6F6425

RGB

 RED value IS 111 (43.75% from 255) = 44.76%

 GREEN value IS 100 (39.45% from 255) = 40.32%

 BLUE value IS 37 (14.84% from 255) = 14.92%

R = 44.76%
G = 40.32%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#6F6425 (or 0x6F6425) is known color: Himalaya. HEX triplet: 6F, 64 and 25. RGB value is (111,100,37). Sum of RGB (Red+Green+Blue) = 111+100+37=248 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.76% from 248); Green value is 100 (39.45% from 255 or 40.32% from 248); Blue value is 37 (14.84% from 255 or 14.92% from 248); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6425 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6425 is #909BDA. Grayscale: #606060. Windows color (decimal): -9477083 or 2450543. OLE color: 2450543.

HSL color Cylindrical-coordinate representation of color #6F6425: hue angle of 51.08º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F6425 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 100 37 -
CMYK 0 0.10 0.67 0.56
HSL 51.08º 0.5% 0.29% -
HSV(B) 51.08º 0.67% 0.44% -
XYZ 11.45 12.63 3.58 -
YUV 96.11 94.64 138.62 -
System Red Green Blue C M Y K H S L
Decimal 111 100 37 0 0.10 0.67 0.56 51.08 0.5 0.29
Hex 6F 64 25 0 A 43 38 33 32 1D
Octal 157 144 45 0 12 103 70 63 62 35
Binary 1101111 1100100 100101 0 1010 1000011 111000 110011 110010 11101

Color Harmonies of #6F6425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6425

Black with #6F6425

Text Example


Text Example

White with #6F6425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F6425; }

 p { color: rgb(111,100,37); }

 H1.HeaderClassName
 {
   color: #6F6425;
 }
 .AnyTagClassName
 {
   color: #6F6425;
 }
</style>

background-color css

<style>
 a { background-color: #6F6425; }

 a { background-color: rgb(111,100,37); }

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

border-color css

<style>
 span { border-color: #6F6425; }

 span { border-color: rgb(111,100,37); }

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