Html Css Color HEX #CB6F20 Ochre

📋 copy color: '#CB6F20'

red 203 ◦ green 111 ◦ blue 32

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

Shades of Ochre #CB6F20

Tints of Ochre #CB6F20

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.08%

 BLUE value IS 32 (12.89% from 255) = 9.25%

R = 58.67%
G = 32.08%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CB6F20 (or 0xCB6F20) is known color: Ochre. HEX triplet: CB, 6F and 20. RGB value is (203,111,32). Sum of RGB (Red+Green+Blue) = 203+111+32=346 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.67% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 32 (12.89% from 255 or 9.25% from 346); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6F20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6F20 is #3490DF. Grayscale: #818181. Windows color (decimal): -3444960 or 2125771. OLE color: 2125771.

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

Color convert

RGB 203 111 32 -
CMYK 0 0.45 0.84 0.20
HSL 27.72º 0.73% 0.46% -
HSV(B) 27.72º 0.84% 0.8% -
XYZ 30.57 24.17 4.42 -
YUV 129.5 72.98 180.42 -
System Red Green Blue C M Y K H S L
Decimal 203 111 32 0 0.45 0.84 0.20 27.72 0.73 0.46
Hex CB 6F 20 0 2D 54 14 1C 49 2E
Octal 313 157 40 0 55 124 24 34 111 56
Binary 11001011 1101111 100000 0 101101 1010100 10100 11100 1001001 101110

Color Harmonies of #CB6F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6F20

Black with #CB6F20

Text Example


Text Example

White with #CB6F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6F20; }

 p { color: rgb(203,111,32); }

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

background-color css

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

 a { background-color: rgb(203,111,32); }

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

border-color css

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

 span { border-color: rgb(203,111,32); }

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