Html Css Color HEX #CB6F23 Ochre

📋 copy color: '#CB6F23'

red 203 ◦ green 111 ◦ blue 35

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

Shades of Ochre #CB6F23

Tints of Ochre #CB6F23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.03%

R = 58.17%
G = 31.81%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CB6F23 (or 0xCB6F23) is known color: Ochre. HEX triplet: CB, 6F and 23. RGB value is (203,111,35). Sum of RGB (Red+Green+Blue) = 203+111+35=349 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.17% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 35 (14.06% from 255 or 10.03% from 349); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6F23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6F23 is #3490DC. Grayscale: #828282. Windows color (decimal): -3444957 or 2322379. OLE color: 2322379.

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

Color convert

RGB 203 111 35 -
CMYK 0 0.45 0.83 0.20
HSL 27.14º 0.71% 0.47% -
HSV(B) 27.14º 0.83% 0.8% -
XYZ 30.62 24.19 4.64 -
YUV 129.84 74.48 180.18 -
System Red Green Blue C M Y K H S L
Decimal 203 111 35 0 0.45 0.83 0.20 27.14 0.71 0.47
Hex CB 6F 23 0 2D 53 14 1B 47 2F
Octal 313 157 43 0 55 123 24 33 107 57
Binary 11001011 1101111 100011 0 101101 1010011 10100 11011 1000111 101111

Color Harmonies of #CB6F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6F23

Black with #CB6F23

Text Example


Text Example

White with #CB6F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6F23; }

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

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

background-color css

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

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

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

border-color css

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

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

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