Html Css Color HEX #CB6E24 Ochre

📋 copy color: '#CB6E24'

red 203 ◦ green 110 ◦ blue 36

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

Shades of Ochre #CB6E24

Tints of Ochre #CB6E24

RGB

 RED value IS 203 (79.69% from 255) = 58.17%

 GREEN value IS 110 (43.36% from 255) = 31.52%

 BLUE value IS 36 (14.45% from 255) = 10.32%

R = 58.17%
G = 31.52%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CB6E24 (or 0xCB6E24) is known color: Ochre. HEX triplet: CB, 6E and 24. RGB value is (203,110,36). Sum of RGB (Red+Green+Blue) = 203+110+36=349 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.17% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 36 (14.45% from 255 or 10.32% from 349); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6E24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6E24 is #3491DB. Grayscale: #818181. Windows color (decimal): -3445212 or 2387659. OLE color: 2387659.

HSL color Cylindrical-coordinate representation of color #CB6E24: hue angle of 26.59º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB6E24 is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 110 36 -
CMYK 0 0.46 0.82 0.20
HSL 26.59º 0.7% 0.47% -
HSV(B) 26.59º 0.82% 0.8% -
XYZ 30.52 23.98 4.69 -
YUV 129.37 75.31 180.52 -
System Red Green Blue C M Y K H S L
Decimal 203 110 36 0 0.46 0.82 0.20 26.59 0.7 0.47
Hex CB 6E 24 0 2E 52 14 1B 46 2F
Octal 313 156 44 0 56 122 24 33 106 57
Binary 11001011 1101110 100100 0 101110 1010010 10100 11011 1000110 101111

Color Harmonies of #CB6E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6E24

Black with #CB6E24

Text Example


Text Example

White with #CB6E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6E24; }

 p { color: rgb(203,110,36); }

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

background-color css

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

 a { background-color: rgb(203,110,36); }

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

border-color css

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

 span { border-color: rgb(203,110,36); }

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