Html Css Color HEX #6F2414 Pueblo

📋 copy color: '#6F2414'

red 111 ◦ green 36 ◦ blue 20

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

Shades of Pueblo #6F2414

Tints of Pueblo #6F2414

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.56%

 BLUE value IS 20 (8.2% from 255) = 11.98%

R = 66.47%
G = 21.56%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#6F2414 (or 0x6F2414) is known color: Pueblo. HEX triplet: 6F, 24 and 14. RGB value is (111,36,20). Sum of RGB (Red+Green+Blue) = 111+36+20=167 (22% of max value = 765). Red value is 111 (43.75% from 255 or 66.47% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 20 (8.20% from 255 or 11.98% from 167); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2414 is #90DBEB. Grayscale: #383838. Windows color (decimal): -9493484 or 1320047. OLE color: 1320047.

HSL color Cylindrical-coordinate representation of color #6F2414: hue angle of 10.55º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F2414 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 36 20 -
CMYK 0 0.68 0.82 0.56
HSL 10.55º 0.69% 0.26% -
HSV(B) 10.55º 0.82% 0.44% -
XYZ 7.31 4.69 1.18 -
YUV 56.6 107.35 166.8 -
System Red Green Blue C M Y K H S L
Decimal 111 36 20 0 0.68 0.82 0.56 10.55 0.69 0.26
Hex 6F 24 14 0 44 52 38 B 45 1A
Octal 157 44 24 0 104 122 70 13 105 32
Binary 1101111 100100 10100 0 1000100 1010010 111000 1011 1000101 11010

Color Harmonies of #6F2414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2414

Black with #6F2414

Text Example


Text Example

White with #6F2414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,36,20); }

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

background-color css

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

 a { background-color: rgb(111,36,20); }

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

border-color css

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

 span { border-color: rgb(111,36,20); }

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