Html Css Color HEX #C67F24 Geebung

📋 copy color: '#C67F24'

red 198 ◦ green 127 ◦ blue 36

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

Shades of Geebung #C67F24

Tints of Geebung #C67F24

RGB

 RED value IS 198 (77.73% from 255) = 54.85%

 GREEN value IS 127 (50% from 255) = 35.18%

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

R = 54.85%
G = 35.18%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C67F24 (or 0xC67F24) is known color: Geebung. HEX triplet: C6, 7F and 24. RGB value is (198,127,36). Sum of RGB (Red+Green+Blue) = 198+127+36=361 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.85% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 36 (14.45% from 255 or 9.97% from 361); Max value from RGB is 198 - color contains mainly: red. Hex color #C67F24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67F24 is #3980DB. Grayscale: #8A8A8A. Windows color (decimal): -3768540 or 2392006. OLE color: 2392006.

HSL color Cylindrical-coordinate representation of color #C67F24: hue angle of 33.7º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C67F24 is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 127 36 -
CMYK 0 0.36 0.82 0.22
HSL 33.7º 0.69% 0.46% -
HSV(B) 33.7º 0.82% 0.78% -
XYZ 31.2 27.31 5.3 -
YUV 137.86 70.52 170.9 -
System Red Green Blue C M Y K H S L
Decimal 198 127 36 0 0.36 0.82 0.22 33.7 0.69 0.46
Hex C6 7F 24 0 24 52 16 22 45 2E
Octal 306 177 44 0 44 122 26 42 105 56
Binary 11000110 1111111 100100 0 100100 1010010 10110 100010 1000101 101110

Color Harmonies of #C67F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67F24

Black with #C67F24

Text Example


Text Example

White with #C67F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67F24; }

 p { color: rgb(198,127,36); }

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

background-color css

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

 a { background-color: rgb(198,127,36); }

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

border-color css

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

 span { border-color: rgb(198,127,36); }

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